home *** CD-ROM | disk | FTP | other *** search
/ Transactor / Transactor_25_1988_Transactor_Publishing.d64 / load & run (.txt) < prev    next >
Commodore BASIC  |  2023-02-26  |  851b  |  32 lines

  1. 10 rem* transactor disk intro program
  2. 20 rem* this program should work on
  3. 30 rem* any 8-bit commodore computer
  4. 40 :
  5. 170 print chr$(147);chr$(14);
  6. 190 print "[212]ransactor [208]ublishing [201]nc."
  7. 200 print "85 [215]est [215]ilmot [211]treet, #10"
  8. 210 print "[210]ichmond [200]ill, [207]ntario"
  9. 220 print "[195][193][206][193][196][193]  [204]4[194] 1[203]7"
  10. 230 print "telephone (416) 764-5273"
  11. 240 print
  12. 250 print "[212]his disk contains programs
  13. 260 [153] "from (NULL)olume 8 right$ssue 6 of
  14. 270 print "[212]ransactor.
  15. 280 [153]
  16. 290 [153] "right$n most cases, these programs
  17. 300 print "are not 'stand alone', and
  18. 310 [153] "require documentation and/or
  19. 320 print "explanation from the associated
  20. 330 [153] "article in the magazine.
  21. 340 print
  22. 350 print "[211]ubscriptions to [212]ransactor
  23. 360 [153] "are $19 lendn. in lenanada
  24. 370 print "and $15 [213][211] in the [213].[211]."
  25. 380 print "for one year (6 issues).
  26. 390 [153]
  27. 400 [153] "(NULL)end subscription requests
  28. 410 print "with payment to the above address.
  29. 415 [153]
  30. 420 [153] "*  press any key to exit  *";
  31. 430 [161]a$:[139]a$[178]""[167]430
  32.